encoding/xml.Decoder.name (method)

3 uses

	encoding/xml (current package)
		xml.go#L608: 		if target, ok = d.name(); !ok {
		xml.go#L1161: 	s, ok := d.name()
		xml.go#L1179: func (d *Decoder) name() (s string, ok bool) {